Welcome![Sign In][Sign Up]
Location:
Search - tcp http

Search list

[MTKmtksocket

Description: 此功能可以在MTK平台上通过TCP/IP协议递交HTTP请求,服务器通过下发数据,实现了整个GPRS连接流程-This feature allows TCP/IP protocol on the MTK platform to submit an HTTP request, the server issued the data, the entire GPRS connection process
Platform: | Size: 45056 | Author: 沈工 | Hits:

[Sniffer Package capture3100904211

Description: 本程序实现了按源地址、按目的地址、按协议三种情况下,对其在特定时间段内包含的特定数据包个数、总数据包个数及该数据包在总数据包中所占的比例分析; 本程序实现了按源地址、按目的地址、按协议三种情况下,对在特定时间段内的特定数据包接受到的流量在该包中所占的比例分析。 可分析的协议类型有:TCP,UDP,HTTP,ARP,DTP,SDP-This procedure achieved by source address, by destination address, three cases by agreement of its specific time period in data packets containing a specific number, the total number of packets and the packets of data packets in the share of total ratio analysis program implemented by the source address, by destination address, three cases by agreement, in particular a specific period of time the flow of data packets received in the proportion of the package. The protocol type can be analyzed with: TCP, UDP, HTTP, ARP, DTP, SDP
Platform: | Size: 14336 | Author: 窦小敏 | Hits:

[CSharpFastDownload

Description: 网络下载模块是一款基于TCP/IP协议的下载软件,它可以提供多任务多线程下载及断点续传功能,用户可以使用它在互联网自由的下载软件,现在比较流行的下载软件有迅雷、网际快车和网络蚂蚁等等,它们都有多线程下载的能力。人们在浏览网页时经常需要下载一些应用软件或其它文件资料,那么使用下载软件就显得尤为重要了,网络下载模块不但提供了多线程下载任务的功能,还可以实现断点续传功能,使用户可以方使快捷的得到网络资源。 -Module network download is a download software based on the TCP/IP protocol, it can provide multi-tasking multi-threaded downloads and HTTP functionality, users can use it in the freedom of the Internet to download software, is now more popular download software Thunder Flashget and network ants, and so on, they all have the ability to multi-threaded download. People often need to browse the Web to download some software applications or other documents, download software is especially important network download module not only provides a multi-threaded download tasks, you can also achieve HTTP functionality, allowing users to side so quickly and the network resources.
Platform: | Size: 1948672 | Author: 赵宇 | Hits:

[TCP/IP stackvmccontroller

Description: 通过一个标准的TCP/IP套接字端口和简单的HTTP服务器 提供了一种方法来监控状态和控制Windows媒体中心-Provides a way to monitor state and control Windows Media Center (and extenders) through a standard TCP/IP socket port and/or simple HTTP server
Platform: | Size: 422912 | Author: huiyuanleibie | Hits:

[TCP/IP stacktcpsoftrouter

Description: 提供了Tcp通信路由,作为windows服务运行,管理是通过telnet或http-Tcp communication routing as a windows service, management via telnet or http
Platform: | Size: 106496 | Author: huiyuanleibie | Hits:

[Internet-Networkwget-1.13.tar

Description: wget是一个从网络上自动下载文件的自由工具,支持通过HTTP、HTTPS、FTP三个最常见的TCP/IP协议下载,并可以使用HTTP代理-wget is a free tool that automatically download files from a network of support through HTTP, HTTPS, FTP, three of the most common TCP/IP protocol to download and can use an HTTP proxy
Platform: | Size: 2759680 | Author: zhanglin | Hits:

[OS programskynet-091src

Description: SKYNET v91 for Download Offline from Satellite-DVB Receiver card.Protocols : HTTP TCP UDP DSL
Platform: | Size: 89088 | Author: behzad | Hits:

[OS programskynet-v084src

Description: SKYNET v84 for Download Offline from Satellite-DVB Receiver card.Protocols : HTTP TCP UDP DSL
Platform: | Size: 155648 | Author: behzad | Hits:

[Internet-NetworkFileTransfer-[Version-1.0]

Description: TCP文件传输系统(多线程,支持断点续传)-TCP file transfer system (multi-threading, support for HTTP)
Platform: | Size: 9589760 | Author: jinxin | Hits:

[TCP/IP stackWeb_uIP

Description: uip1.0移植,有中文注释。http服务开启,方便学习tcp/IP协议及运行流程-uip1.0 transplant, Chinese Notes. the http service open to facilitate the learning tcp/IP protocol, and running processes
Platform: | Size: 4000768 | Author: 飞机 | Hits:

[Internet-NetworktcpipPart_3

Description: 第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面:T/TCP (TCP事务协议),这是对TCP的扩展,使客户--服务器间的事务传输更快更有效和更可靠; HTTP (超文本传送协议),这是飞速扩展中的万维网的基础; NNTP (网络新闻传送协议),这是Usennet新闻系统的基础; UNIX域协议,这是在UNIX实现中应用非常广泛的一套协议。 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.4BSD-Lite中的网络代码。 -The contents of volume third covers the details of TCP/IP programming and network administrator must master the four basic aspects: T/TCP (TCP transaction protocol), which is an extension to TCP, make the client server issues between transmission more efficient and more reliable HTTP (Hypertext Transfer Protocol), which is the rapid expansion of the world wide web based
Platform: | Size: 8554496 | Author: zhufangyou | Hits:

[Internet-NetworkLAN-share-file-software

Description: 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、多缓冲、守护进程、广播、单播、TCP、UDP等。 -The software for the linux environment tcp/IP network programming curriculum design. Functionality: access to all computers within the LAN to share files and download files from the specified computer multithreaded. HTTP and other functions can be achieved. Familiar with Linux programming and network programming This course is designed to deepen the understanding of TCP/IP. Main tasks: to write a foreground program and user interaction, and wrote a background and other computer communications daemon. The front desk is responsible for sending commands to the background, and receive background information returned. Background with a message queue and the front communications to the remote client service. Used programming techniques: multi-threaded, multi-process, message queues, semaphores, pipes, the FIFO memory-mapped IO, multi-buffering, the guardian of the process, broadcast, unicast, TCP, UDP, etc..
Platform: | Size: 13312 | Author: lewin | Hits:

[VC/MFCVisual-CPP-Internet-Program

Description: 本书在对Visual C++各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。包括基本网络编程技术,Telnet协议的实现,HTTP协议的实现,FTP协议的实现,文件下载,UDP协议的实现,ICMP协议的实现,PPP协议的实现,代理服务器的实现,ATL、DCOM、ActiveX技术,网络安全,多媒体网络编程等。 对于每个主题,书中都给出其开发要领及应用的实例和技巧,本书主要面向具有一定Visual C++网络编程基础并希望深入研究网络编程技术的读者。 -The book on the basis of the system introduced on the various Visual C++ programming technology and TCP/IP and network programming, focusing on the advanced applications, the use of the skills and difficulties. Including basic network programming technology, implementation of the Telnet protocol, the HTTP protocol to achieve the implementation of the FTP protocol, file downloads, implementation of the UDP protocol, ICMP protocol to achieve the realization of the PPP agreement, the realization of the proxy server, ATL, DCOM, ActiveX technology network security, multimedia network programming. For each theme, the book gives examples and skills of its development essentials and applications, the book mainly for the foundation of a certain Visual C++ network programming and network programming techniques readers want to delve into.
Platform: | Size: 2650112 | Author: 刘俊杰 | Hits:

[Internet-Networkremoting

Description: 同时支持Http与Tcp通讯协议,让你的程序在内网时可以保证速度与性能,在外网同样能正常运行-support http and tcp communicate proxy
Platform: | Size: 559104 | Author: 杨章衡 | Hits:

[.netcSharpddoscode

Description: 自己写的C# DOSS攻击实例 通过tcp 协议是3次握手的方式连接的,第一次客户机向服务器发送一个标志为syn的数据包,这个数据包的tcp部分有个16位随即序列号,而且ip部分和tcp部 分各有一个校验码,发送出去只有校验码正确才会视为合法的数据包,然后如果那个机器那个端口有服务器,比如http服务,就会把序列号+1,然后再生成一 个16位随机序列号,标志syn+ack的数据包返回,服务器就会占着一个信道等待第三次握手了,如果超过预定时间等不到就超时去掉了,这时如果开始那个 syn的源ip地址和源端口是伪造的并大量发送,服务器就会大量的向假ip端口返回syn+ack并等待,这样就大量占着信道了,如果超过了连接限制,别 的机器就连不上了,就拒绝服务了。原理大体就是这个样子了。-Write your own C# DOSS attack instance handshake connection through tcp protocol, the first time the client sends to the server a flag for the syn packet, this packet tcp part of a 16 then the serial number, and ip part and tcp part one on each check code sent only correct checksum will be regarded as the legitimate packets, and then if that machine that port server, such as http service serial number will+1, then regenerated into a 16-bit random serial number, logo syn+ack packet returns, the server will occupy a channel exceeds a predetermined time less than a timeout to remove the wait for the third handshake, then if you start the syn source ip address and the source port and send a large number of forged server will be a lot of to fake ip port to return syn+ack and waiting for, so that a large number of occupied channel, if the connection limit is exceeded, the other machines on the crawl denial of service. Principle roughly like this.
Platform: | Size: 7168 | Author: mjr | Hits:

[ARM-PowerPC-ColdFire-MIPSARM_ethernet

Description: 这是LPC2368上以太网程序,包含了RAP ICMP TCP UDP HTTP WEB功能,供大家参考-This is LPC2368 Ethernet on the process, including the the RAP ICMP TCP UDP HTTP WEB function, for your reference.
Platform: | Size: 836608 | Author: zzz | Hits:

[Technology ManagementHAProxy1.4.20InstallGuide

Description: HAProxy提供高可用性、负载均衡以及基于TCP和HTTP应用的代 理,支持虚拟主机,它是免费、快速并且可靠的一种解决方案-HAProxy provide high availability, load balancing, and based on the TCP and HTTP proxy support virtual hosts, it' s free, fast and reliable solutions
Platform: | Size: 9216 | Author: robbin | Hits:

[TCP/IP stackm3

Description: lwip是一个轻量级的TCP/IP协议栈(Lightweight TCP/IP Stack)实现,一个应用于嵌入式系统中的TCP/IP协议栈,本程序主要实现了http的浏览功能-the lwip Is a lightweight TCP/IP protocol stack (Lightweight TCP/IP Stack) to achieve the main procedures applied to embedded systems in the TCP/IP protocol stack, the http browser
Platform: | Size: 182272 | Author: Tony | Hits:

[Internet-NetworkHook-wininet

Description: Hook wininet API,类似Http Analyzer 的TCP/IP网络数据包捕获功能-Hook wininet API, similar to the Http Analyzer TCP/IP network packet capture feature
Platform: | Size: 758784 | Author: 李之东 | Hits:

[Driver DevelopTcpipStack-Project

Description: TCP/IP协议栈,实现tcp/udp/arp/dhcp/dns/http协议,可实现终端聊天功能,开发环境keil3/proteus-TCP/IP protocol stack, tcp/udp/arp/dhcp/dns/http protocol, the terminal chat function, development environment keil3/proteus
Platform: | Size: 1429504 | Author: PHJ | Hits:
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 »

CodeBus www.codebus.net